home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / C++ / bitmap_16018.png < prev    next >
Portable Network Graphic  |  1991-11-29  |  3.3 KB  |  479x265  |  1-bit (2 colors)
   ocr: private: when usedin a member detinition, only other members ot that class can access this member. Use the keyword private". protected: when used in a member definition, only other memebers of that class can access this member, including any member functions that are derived from this class. public: when used in a member definition, this member can be accessed from anywhere within the scope of its class. scope: the part(or section) of a program defined for an identitier, class or runction. This is the range that an identitier or class or runction must work within to access, declare or use. -th ...